home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / fade into you / being there / Issues & Ideas / Anonymous remailers / Remailers / remailer-install.README < prev    next >
Text File  |  1994-06-05  |  3KB  |  75 lines

  1.        The Cypherpunks Anonymous Remailer Installation
  2.                  Version 1.0
  3.              Installer: Sameer <sameer@soda.berkeley.edu>
  4.    Remailer: Eric Hughes & Hal Finney, with minor modifications by Sameer
  5. -----------------------------------------------------------------------------
  6.  
  7.     This is the Cypherpunks Anonymous Remailer Installation Suite
  8. Version 1.0. By simply running the script "install_remail" included in
  9. the archive, you can very easily install a cypherpunks anonymous
  10. remailer service in almost any UNIX account.
  11.  
  12.     The anonymous remailer uses the .forward file to pipe all mail
  13. to the remailer system. If mail to the remailer account is not acted
  14. upon by the remailer software, it goes to wherever mail should go
  15. based on what the .forward file said before the remailer was
  16. installed. (Hopefully.. no guarantees.)
  17.  
  18. % gunzip RemailInstall.tar.gz
  19. % mkdir install
  20. % cd install
  21. % tar xfv ../RemailInstall.tar
  22.  
  23.  
  24.     You might have to edit the remail_install program slightly if
  25. your system's "test" does not support the -x flag.. Try the following
  26. once you've untarred the remailer:
  27.  
  28. % test -x bounce
  29.  
  30.     If that returns an error, you have to edit the -x and replace
  31. it with a -f in the beginning of the script "install_remail":
  32.  
  33. EXECTEST=-x
  34.  
  35. should be changed to:
  36.  
  37. EXECTEST=-f
  38.  
  39.  
  40.     Execute the installer program:
  41.  
  42. % install_remail
  43.  
  44.     Answer all the questions. You need a perl and a pgp binary on
  45. your system already compiled. (You don't need pgp if you don't want
  46. PGP functionality, of course.)
  47.  
  48.     The program self-tests, and mails me that the remailer is
  49. running, if you want it to. I will forward that notice to the
  50. cypherpunks list and the person maintaining the list of active
  51. remailers.
  52.  
  53.     Remember that running a remailer is a sensitive issue on the
  54. net. If you choose to run a remailer, keep in mind that some powerful
  55. net-personalities object to anonymous remailers, possibly endangering
  56. your access to the internet.
  57.  
  58.     This program is distributed in the hope that it will be useful,
  59.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  60.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  61.     GNU General Public License for more details.
  62.  
  63.  
  64.     Running "remailer_remove" *should* clear up any problems that
  65. my script might create in your account, but I will guarantee
  66. nothing. There are so many strange versions of UNIX out there..
  67.     If it doesn't work, however, please tell me and a later
  68. release of this installer will hopefully fix that problem. Later
  69. releases will hopefully also incorporate a remailer with delays,
  70. mixing, and other nice features.
  71.  
  72.     Stay free,
  73. Sameer
  74. sameer@soda.berkeley.edu
  75.